/* BODY ---------------------------------------------ANFANG--*/
body {
    height: 100vh;
    margin: 0;
    background-color: rgb(205, 212, 202);
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    font-family: 'Courier New', Courier, monospace;
}
/* BODY ----------------------------------------------ENDE--*/
a:link {
    text-decoration:none;
}
/* Link Text -----------------------------------------ENDE--*/

section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
/* Background -----------------------------------------ANFANG--*/
#first {
    background-image: url(../img01/background1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first .section-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #00fea9 0%, #d7fff4 80%);
    opacity: 0.4
}
#szenen {
    background-image: url(../img01/background4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#portrait {
    background-image: url(../img01/background3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#danke {
    background-image: url(../img01/background1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

/* Background -----------------------------------------ENDE--*/
/* WEISS BOX BLUR ----------------------------------ANFANG--*/
.section-box {
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border: 2px solid rgb(255, 255, 255, 0.2);
    box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 80vh;
    width: 80%;
    padding: 10px;
    overflow: hidden;
}
/* WEISS BOX BLUR ------------------------------------ENDE--*/
/* BOX INHALT---------------------------------------ANFANG--*/
.content-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* BOX INHALT-----------------------------------------ENDE--*/

/* MENÜ---------------------------------------MENÜ--ANFANG--*/
/* LOGO aulion---------------------------------------------- */
.header-logo {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/*  LOGO aulion--------------------------------------------- */
.header-logo span {
    color: rgb(16, 255, 175);
    box-shadow: 0 0 5px rgb(0, 255, 195);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/*  LOGO aulion---------------------------------------------- */

/* MENÜ----------------------------------------------------- */
nav {
    display: flex;
    align-items: center;
    gap: 13px;
}

.nav-items {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer; 
    position: relative;
    display: flex;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation: vertikalin 1s ease-in-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

/* home---------------------------------------------------- */
nav .active {
    color: rgb(16, 255, 151);
    text-shadow: 0 0 10px rgb(125, 125, 125);
}
/* MENÜ LINIE--------------------------------------------------ANFANG--*/
.nav-items::after {
    position: absolute;
    bottom: -10;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px white;
    transform: scale(0);
    transform: left;
    transition: 0.3s;
}

.nav-items:hover::after{
    transform: scale(1);
}

.active:hover::after{
    background-color: rgb(255, 179, 0);
    box-shadow: 0 0 5px rgb(255, 179, 0);
}
/* MENÜ LINIE--------------------------------------------------ENDE--*/

/* ÜBERSCHRIFT-----------------------------------------------ANFANG--*/
.first-content {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-content h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 15px;
    text-align: center;
    color: rgb(255, 0, 0);
    box-shadow: 0 0 5px rgb(213, 230, 219);
    text-transform: capitalize;
    animation: Illu 1s ease-in-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
    background-image: linear-gradient(to left, #93efd0c1 0%, rgba(212, 230, 219, 0.4) 80%);
}

.first-content h1 {
    font-size: 4.7rem;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-top: -20px;
    text-shadow:  rgb(249, 50, 249) 1px 0 10px;
    text-transform: capitalize;
    animation: vertikalin 1s ease-in-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}
/* ÜBERSCHRIFT-----------------------------------------------ENDE----*/
/* BILDER--------------------------------------------------ANFANG----*/
/* image grün------------------------------ */
.first-img1 {
    margin-top: 50px;
    width: 20%;
    animation: grün 120s linear infinite;
}
/* image hund------------------------------ */
.first-img2 {
    position: sticky;
    bottom: 10px; 
    right: 950px;
    width: 30%;
    z-index: 2;
}

/* BILDER-------------------------------------------------ENDE---- */

/* ------------------------------ÜBERSCHRIFT--Seite 2 Seite 3--- */
.section-sub{
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgb(243, 12, 12);
    text-transform: capitalize;
    animation: bottomIn 1s ease-in-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    animation: bottomIn 1s ease-in-out forwards;
    animation-delay: 0.3s;
    opacity: 0;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}
/* ------------------------------ÜBERSCHRIFT--Seite 2 Seite 3--- */

/* Section Szene---------------------------------ANFANG SZENE--- */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    padding: 50px;
}
 /* Wald------------------------------------------------- */ 
.projekt-img{
    width: 100%;
    animation: zoomIn 1s ease-in-out forwards;
    animation-delay: 0.2s;
}
 /* Fledermaus-------------------------------------------- */
.projekt-img2{
    width: 20%;
    position: relative;
    bottom: 500px;
    animation: zoomIn 1s ease-in-out forwards;
    animation-delay: 0.2s;
}

.left-grid,
.right-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#szenen .right-grid {
    align-items: first baseline;
}

#szenen .right-grid p {
    font-size: 14px;
    line-height: 1.8;
    color: rgb(81, 81, 81);
    animation: bottomIn 3s ease-in-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

/* Section Szene BUTTOM------------------------------------- */
.szenen-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    height: 45px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.437);
    color: #3e3e3e;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 30px;
    animation: bottomIn 1s ease-in-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
    border-color: rgb(119, 119, 119);
    border-width: 1px;
    border-style: solid;
}

.szenen-btn:hover {
    background-color: rgb(111, 240, 180);
}
/* Section Szene BUTTOM--------------------------------------- */
/* Section Szene---------------------------------ENDE SZENE--- */


/* Section Portrait----------------------------ANFANG SZENE--- */
#portrait .left-grid {
    align-items: first baseline;
}

#portrait .left-grid p {
    font-size: 14px;
    line-height: 1.8;
    color: rgb(81, 81, 81);
    animation: bottomIn 1s ease-in-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.kontakt-img{
    width: 95%;
    animation: topIn 1s ease-in-out forwards;
    animation-delay: 0.2s;
    box-shadow: 5px 5px 10px rgb(120, 122, 122);
}
/* Section portrait BUTTOM------------------------------------- */
.portrait-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    height: 45px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.437);
    color: #3e3e3e;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 30px;
    animation: bottomIn 1s ease-in-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
    border-color: rgb(119, 119, 119);
    border-width: 1px;
    border-style: solid;
}

.portrait-btn:hover {
    background-color: rgb(111, 240, 180);
}

/* --------------------------------ANFANG Porim--- */
.porim {
    display: flex;
    position: absolute;
    bottom: 200px; /* Bild wird am unteren Rand des Containers positioniert */
    right: 360px; 
    z-index: 100;
}

.porim img {
    width: 100px;
    height: 80%;
}
  
.porim .inhalt {
    color: #212121;
    padding-top: 10px;
    font-size: 0.7em;
    font-weight: lighter;
    margin-left: 5px; /* Abstand zwischen Bild und Text */
}
/* ---------------------------------ENDE Porim--- */



/* Section Portrait----------------------------ENDE SZENE--- */


/* Section --------------------------------ANFANG DANKE--- */
#danke {
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* --------------------------------ANFANG Grün--- */
.tag {
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-bottom: 10%; /* Abstand zum unteren Rand */
}

.tag img {
    width: 100px;
    height: auto;
    animation: grün 120s linear infinite;
}
  
.tag .day {
    font-size: 1em;
    font-weight: lighter;
    margin-left: 10px; /* Abstand zwischen Bild und Text */
    color: #000000;
}
/* ---------------------------------ENDE Grün--- */

.box-rahmen {
    padding: 20px;
    width: auto;
    height: auto;
    box-shadow: 5px 5px 15px rgba(255, 4, 134, 0.326);
    background-color: rgba(16, 255, 175, 0.067);
    backdrop-filter: blur(12px);
}
.textkon {
    font-family: 'Courier New', monospace;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1.0rem;
    color: #000000;
    background-color: rgb(26, 243, 178);
    font-weight: 400;
}

.textker {
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    font-size: 1.0rem;
    letter-spacing: 4px;
    color: #000000;
    background-color: rgb(0, 255, 191);
    font-weight: 400;
}
.mail-items {
    width: 100px;
    letter-spacing: 7px;
    color: #000000;
    background-color: rgb(0, 255, 191);
    cursor: pointer;
    transition: 0.8s;
    text-transform: capitalize;
}
.mail-items:hover {
    color: rgb(233, 10, 10);
    text-shadow: 0 0 5px rgb(255, 121, 4);
}

.textdanke {
    font-size: 1.0rem;
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-top: 10px;
    font-weight: 400;
    text-emphasis: filled;
    text-emphasis-color: red;
    text-emphasis-style: double-circle;
}

.textende {
    display: flex; 
    align-items: center; 
}

.impressumLink:hover {
    text-decoration: none;
    background-color: #00fea9; /* Setze die Hintergrundfarbe, wenn der Link gehovt wird */
    color: #000000;  /* Die Textfarbe wird auf Weiß geändert, wenn der Link gehovt wird */
}
.datenschutz:hover {
    text-decoration: none;
    background-color: #00fea9; /* Setze die Hintergrundfarbe, wenn der Link gehovt wird */
    color: #000000;  /* Die Textfarbe wird auf Weiß geändert, wenn der Link gehovt wird */
}
.datenschutz {
    text-decoration: none;
    color: #000000; 
}







/* Verstecke das Modal standardmäßig */
.modal {
    display: none; /* Modal ist standardmäßig versteckt */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Transparenter Hintergrund */
    padding-top: 60px;
}

/* Modal-Inhalt */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: left;
}

/* Schließen Button */
.close {
    color: #0bdb7d;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 50px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Checkbox Steuerung für das Modal */
.modal-toggle:checked + .modal {
    display: block; /* Modal wird angezeigt, wenn die Checkbox aktiviert ist */
}
  
/* Verstecke die Checkbox */
.modal-toggle {
    display: none;
}
  
/* Stil für den Impressum-Link */
.impressumLink {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
  



